Streamed implementation. Limited input buffer.
[LanSpider.git] / src / Indexer / Service References / ShareDiscoveryReference / Reference.cs
blob0193abfeb11bade45405688d3979df18be76a8e9
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.3082
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
11 namespace Indexer.ShareDiscoveryReference {
14 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
15 [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ShareDiscoveryReference.IShareDiscoveryService")]
16 public interface IShareDiscoveryService {
18 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShareDiscoveryService/GetShareToIndex", ReplyAction="http://tempuri.org/IShareDiscoveryService/GetShareToIndexResponse")]
19 System.IO.Stream GetShareToIndex();
21 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShareDiscoveryService/SaveIndex", ReplyAction="http://tempuri.org/IShareDiscoveryService/SaveIndexResponse")]
22 void SaveIndex(System.IO.Stream shareStream);
25 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
26 public interface IShareDiscoveryServiceChannel : Indexer.ShareDiscoveryReference.IShareDiscoveryService, System.ServiceModel.IClientChannel {
29 [System.Diagnostics.DebuggerStepThroughAttribute()]
30 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
31 public partial class ShareDiscoveryServiceClient : System.ServiceModel.ClientBase<Indexer.ShareDiscoveryReference.IShareDiscoveryService>, Indexer.ShareDiscoveryReference.IShareDiscoveryService {
33 public ShareDiscoveryServiceClient() {
36 public ShareDiscoveryServiceClient(string endpointConfigurationName) :
37 base(endpointConfigurationName) {
40 public ShareDiscoveryServiceClient(string endpointConfigurationName, string remoteAddress) :
41 base(endpointConfigurationName, remoteAddress) {
44 public ShareDiscoveryServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
45 base(endpointConfigurationName, remoteAddress) {
48 public ShareDiscoveryServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
49 base(binding, remoteAddress) {
52 public System.IO.Stream GetShareToIndex() {
53 return base.Channel.GetShareToIndex();
56 public void SaveIndex(System.IO.Stream shareStream) {
57 base.Channel.SaveIndex(shareStream);